GetName
TheGetName
method returns the name of this container object.
ODContainerName GetName ();
- return value
- The name of this container, or an empty sequence if the container does not have a name.
DISCUSSION
Although parts can call this method, they usually do not need to know the names of their associated containers.If this container has a name, this method returns a copy of that name. Otherwise, the
text
field of the resultODContainerName
structure represents an empty sequence of characters; that is, thetext
field is anODByteArray
structure whose_length
field contains 0 and whose_buffer
field contains a null pointer.SEE ALSO
TheODByteArray
type (page 877).
TheODContainerName
type (page 900).
TheODContainer::SetName
method (page 102).
Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help